query Profile($id: Int!) { User(id: $id) { badges { id } } }